home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / _j2 / web4ham / web4ham.ini < prev    next >
INI File  |  1994-03-20  |  969b  |  57 lines

  1. [INIT]
  2. DataDir = c:\serweb
  3. LogFile = .\web4ham.log
  4. ErrFiles= .\weber
  5. HTTPort = 80
  6. Debug   = 0
  7. Iconic    = 0
  8. LogAll    = 0
  9.  
  10. ;
  11. ; keep this order: special hosts first!
  12. ; change entries starting 134.
  13.  
  14. [255.255.255.255]
  15. ; dedicated hosts
  16. 127.0.0.1       = c:\serweb
  17. 134.100.9.166    = c:\serweb
  18.  
  19. [255.255.255.0]
  20. ;dedicated class C subnets
  21. 135.100.9    = c:\serweb\classc
  22.  
  23. [255.255.0.0]
  24. ;class B subnets
  25. 136.100      = c:\serweb\classb
  26.  
  27. [255.0.0.0]
  28. ;class A subnets
  29. 137.0        = c:\serweb\classa
  30.  
  31. ; all other hosts will have access to default DataDir
  32.  
  33. ; we have to specify content-type here
  34. ; as new suffixes might be defined
  35. ;
  36. [SUFFIXES]
  37. HTM=text/html
  38. PS =text/postscript
  39. TXT=text/plain
  40. DOC=text/msword
  41. RTF=text/rtf
  42. GIF=image/gif
  43. JPG=image/jpeg
  44. MPG=video/mpeg
  45. WAV=audio/wav
  46. AU =audio/ulaw
  47. MID=audio/x-midi
  48. ARC=file/arc
  49. HQX=file/hqx
  50. LHA=file/lharc
  51. EXE=file/pcexe
  52. TAR=file/tar
  53. UUE=file/uuencode
  54. ZIP=file/zip
  55. ZOO=file/zoo
  56. Z  =file/tar.z
  57.